home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
textmstr.shr
/
tm.hqx
/
Source Code ƒ
/
U
/
Help_window.h
< prev
next >
Wrap
Text File
|
1991-05-09
|
812b
|
33 lines
/* Help_window */
/* File name: Help_window */
/* Function: Handle a modal dialog */
/* History: 5/9/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Init the modal dialog */
void D_Init_Help_window(void);
/* Hook into the modal dialog filter routine */
Boolean D_Filter_Help_window(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
/* Refresh the modal dialog */
void D_Refresh_Help_window(DialogPtr theDialog);
/* Setup the modal dialog */
void D_Setup_Help_window(DialogPtr theDialog);
/* Hit in the modal dialog */
void D_Hit_Help_window(DialogPtr theDialog, short itemHit, Boolean *ExitDialog);
/* Exit the modal dialog */
void D_Exit_Help_window(DialogPtr theDialog);
/* ======================================================= */